# What happens when scope is collected

# When the peace is accepted of any war, we should no longer ever print
# about that war has begun X years ago.
on_collection =
{
	type = "PEACE_OFFER_ACCEPT"
	effect =
	{
		clear_news_scopes =
		{
			type = "WAR_DECLARED"
			# Compare by war name
			limit = { strings_match = { 0 2  0 0 } }
		}
	}
}
